home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: ANSI C++ Draft question
- Date: 8 Feb 1996 19:59:50 GMT
- Organization: Borland International
- Message-ID: <4fdknm$hoc@druid.borland.com>
- References: <DMFKzA.Jru@iquest.net>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <DMFKzA.Jru@iquest.net>, bjones@sams.mcp.com says...
- >
- >
- >Anyone:
- >
- >Does the ANSI C++ Draft standard define operator precedence? I couldn't
- >find this defined anywhere and need to verify the operator precedence for
- >a book that is in the works. The first person to get me the information
- >(from a legitimate, verifiable source) will be put on a list to get a free
- >copy of the book when it is published.
-
- The C++ working paper defines operator precedence in the same way that the
- ANSI and ISO C standards do: you have to figure it out from the definitions of
- the operators themselves. There's no table that specifies precedence for you.
- -- Pete
-
-